home *** CD-ROM | disk | FTP | other *** search
/ CICA 32 1998 April / CICA32 (April 1998) (Disc 4 of 4).iso / utils / unzip531.tgz / unzip531.tar / vms / 00binary.vms next >
Text File  |  1997-01-23  |  4KB  |  80 lines

  1. First information about the binary distribution of VMS UnZip 5.30
  2. -----------------------------------------------------------------
  3. This archive comes in different variations:
  4.  
  5.  "unz530x-vms-<cpu-compiler>-{obj|exe}.exe",
  6.  
  7.  where <cpu-compiler> is "axp", "vax-decc", or "vax-vaxc", depending on
  8.  the environment used for creating the binaries.
  9.  
  10.  ...-obj.exe denotes object library distributions that require
  11.  a link step on the local machine.
  12.  
  13.  ...-exe.exe denotes "ready-to-run" executable distributions, that do
  14.  not require additional work. The caveat of these executable distribution
  15.  is that they do not run on VMS versions that are older than the system
  16.  used for building the executables (typical error message: "shareable
  17.  library mismatch"). 
  18.  
  19. Contents of the "vms" executables self extracting archives
  20. for UnZip 5.30:
  21.  
  22. a) common files (documentation etc.):
  23.   00binary.vms         this file
  24.   readme.vms           general VMS info about using UnZip and zipfiles
  25.   readme               what UnZip is; general information
  26.   copying              copyrights and distribution policy
  27.   where                pointer to Zip/UnZip support archives
  28.   makesfx.com          command file to create self-extracting archives
  29.   unzip.doc            UnZip manual page, human-readable format
  30.   unzipsfx.doc         UnZipSFX manual page, human-readable format
  31.   zipinfo.doc          ZipInfo manual page, human-readable format
  32.   unzip.hlp            UnZip help module, for default command interface
  33.   unzip_cli.hlp        UnZip help module, for VMSCLI command interface
  34.   unzipsfx.hlp         UnZipSFX pre-formatted help page
  35.  
  36. b) object library distributions:
  37.   link_unz.com         command procedure for the linking step
  38.   vms/unzip.opt        auxiliary files required for linking step
  39.   vms/unzipsfx.opt        ...
  40.  
  41.   unzip.<cpu-compiler>-olb         Object libraries for UnZip and UnZipSFX,
  42.   unzipsfx.<cpu-compiler>-olb      default (UNIX-like) command interface
  43.  
  44.   unzip_cli.<cpu-compiler>-olb     Object libraries for UnZip and UnZipSFX,
  45.   unzipsfx_cli.<cpu-compiler>-olb  VMSCLI (DCL like) command interface
  46.  
  47. c) executable distributions:
  48.   unzip.exe            UnZip executable, default command interface
  49.   unzipsfx.exe         UnZipSFX executable
  50.   unzip_cli.exe        UnZip executable, VMSCLI command interface
  51.  
  52.  
  53. In case you decided to fetch the object library distribution, you
  54. have to link the executables on your local site. This requires
  55. installed runtime support for the C runtime library, which may not be
  56. present on older VAX systems (prior to VMS 6).
  57. If you want to use the default (UNIX like command interface, you can
  58. proceed straight ahead after unpacking the distribution.
  59. When you have chosen to use the VMSCLI interface, you have to rename
  60. the "..._cli" object libraries to "unzip.<...>" respective
  61. "unzipsfx.<...>", since the link procedure expects the library to have
  62. the "default" names.
  63.  
  64. The executables (object libraries) in this archive have been compiled
  65. with the following options enabled:
  66.  * [decription support]
  67.  
  68. The environment used for compilation was:
  69.  
  70. a)  On Alpha AXP :   OpenVMS(AXP) 6.2;  DEC C V 5.2-003
  71. b1) On VAX       :   OpenVMS(VAX) 6.1;  DEC C V 4.0
  72. b2)                       alternatively VAX C V 3.2
  73.  
  74. One final note:
  75. The binary files of the distribution have been archived with "saving all VMS
  76. attributes" enabled. Please do not repack the binary part of the archives on
  77. a non-VMS system, to prevent corruption of the files.
  78.  
  79. 19-January-1997, Christian Spieler
  80.